.resource_card {
  text-align: center;
}
.resource_card-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: var(--space-0) auto var(--space-6);
  border-radius: var(--radius-lg);
  background: var(--bg-glass);
  color: var(--ink-accent-inverse);
  font-size: var(--text-4xl);
}
.resource_card-title {
  margin-bottom: var(--space-3);
  font: var(--weight-bold) var(--text-xl)/var(--leading-tight) var(--font-heading);
}
.resource_card-text {
  color: var(--ink-on-inverse);
}
